GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-05T01:40:28.7113058+00:00",
"SubmitDate": "2026-05-05T01:40:28.7113058+00:00",
"ReportPeriodStart": "2026-05-05T01:40:28.7113058+00:00",
"ReportPeriodEnd": "2026-05-05T01:40:28.7113058+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "aaf4bf2c-6569-4a4f-b8bb-6fc96f2a9b36",
"Rows": [
{
"ItemId": "731bf499-d8d0-4378-a5c0-ac60e2381e5c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "731bf499-d8d0-4378-a5c0-ac60e2381e5c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "aaf4bf2c-6569-4a4f-b8bb-6fc96f2a9b36",
"Rows": [
{
"ItemId": "731bf499-d8d0-4378-a5c0-ac60e2381e5c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "731bf499-d8d0-4378-a5c0-ac60e2381e5c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6e06c3ef-ac66-4cef-8366-9159deecf1d4",
"b8851ddc-aa72-44d5-a8a1-4b0185227b9c"
],
"Approvers": [
"087f8ea4-6261-4cda-b880-b08d0f01e719",
"d48a7e8c-3fc0-45cd-bff5-20e8c06c772f"
],
"ApprovedBy": "4cfd602c-2065-4fe0-9738-d7fbc40872a1",
"ApprovalDate": "2026-05-05T01:40:28.7269304+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e234c54b-a7bc-401d-8179-5135c635a652",
"id": "7ee9b969-66e0-4a7a-9ad1-fe4c2b737fd4",
"ConfigId": "d21fe777-0218-4ac7-ae61-9693a02c3997"
},
{
"GenerationDate": "2026-05-05T01:40:28.7113058+00:00",
"SubmitDate": "2026-05-05T01:40:28.7113058+00:00",
"ReportPeriodStart": "2026-05-05T01:40:28.7113058+00:00",
"ReportPeriodEnd": "2026-05-05T01:40:28.7113058+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "aaf4bf2c-6569-4a4f-b8bb-6fc96f2a9b36",
"Rows": [
{
"ItemId": "731bf499-d8d0-4378-a5c0-ac60e2381e5c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "731bf499-d8d0-4378-a5c0-ac60e2381e5c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "aaf4bf2c-6569-4a4f-b8bb-6fc96f2a9b36",
"Rows": [
{
"ItemId": "731bf499-d8d0-4378-a5c0-ac60e2381e5c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "731bf499-d8d0-4378-a5c0-ac60e2381e5c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6e06c3ef-ac66-4cef-8366-9159deecf1d4",
"b8851ddc-aa72-44d5-a8a1-4b0185227b9c"
],
"Approvers": [
"087f8ea4-6261-4cda-b880-b08d0f01e719",
"d48a7e8c-3fc0-45cd-bff5-20e8c06c772f"
],
"ApprovedBy": "4cfd602c-2065-4fe0-9738-d7fbc40872a1",
"ApprovalDate": "2026-05-05T01:40:28.7269304+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e234c54b-a7bc-401d-8179-5135c635a652",
"id": "7ee9b969-66e0-4a7a-9ad1-fe4c2b737fd4",
"ConfigId": "d21fe777-0218-4ac7-ae61-9693a02c3997"
}
]